home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / flashbox.swf / scripts / DefineButton2_83 / BUTTONCONDACTION on(release, keyPress j).as < prev   
Encoding:
Text File  |  2006-09-05  |  263 b   |  15 lines

  1. on(release, keyPress "j"){
  2.    if(Running)
  3.    {
  4.       XDelta = - "1";
  5.       YDelta = "0";
  6.       MoveMode = "Translate";
  7.       call("MovePiece");
  8.       tellTarget("MoveSound")
  9.       {
  10.          gotoAndStop("MoveSound");
  11.          play();
  12.       }
  13.    }
  14. }
  15.